Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 5 Aug 2010 22:20:09 +0000 (15:20 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 5 Aug 2010 22:20:09 +0000 (15:20 -0700)
commit0e860eb4a0b943610e3b2d0a8252fea467ef4e13
tree062a538fd6048fc6d9e07487d12b05a6a30d7031
parent21e8570f667dc41a4af49dc1eb88bc12cf2857d1
Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
* src/term.c (dissociate_if_controlling_tty): Use USG5 instead of
USG.  This is equivalent to defined (USG) && !defined (BSD_PGRPS),
which is what was there before BSD_PGRPS was removed.
src/ChangeLog
src/term.c